home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 May / PC Shareware 1997-05.iso / programy / pgp / 32bit / _setup.1 / PGPKEY.EXE / 0 / RCDATA / TDELKEY / TDELKEY.txt
Encoding:
Text File  |  1996-12-27  |  2.7 KB  |  132 lines

  1. object DelKey: TDelKey
  2.   Left = 295
  3.   Top = 230
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove a key from your keyring'
  7.   ClientHeight = 374
  8.   ClientWidth = 540
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 4
  20.     Width = 281
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'Public KeyRing Contents:'
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     Transparent = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 0
  33.     Top = 212
  34.     Width = 281
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Secret KeyRing Contents:'
  38.     Font.Color = clNavy
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Label3: TLabel
  46.     Left = 420
  47.     Top = 36
  48.     Width = 117
  49.     Height = 113
  50.     AutoSize = False
  51.     Caption = 
  52.       'Select the key you wish to remove and click the appropriate butt' +
  53.       'on.'
  54.     Font.Color = clMaroon
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     Transparent = True
  60.   end
  61.   object ListBox2: TListBox
  62.     Left = 0
  63.     Top = 228
  64.     Width = 413
  65.     Height = 145
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ItemHeight = 13
  71.     ParentFont = False
  72.     Sorted = True
  73.     TabOrder = 0
  74.   end
  75.   object ListBox1: TListBox
  76.     Left = 0
  77.     Top = 20
  78.     Width = 413
  79.     Height = 185
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ItemHeight = 13
  85.     ParentFont = False
  86.     Sorted = True
  87.     TabOrder = 1
  88.   end
  89.   object Button1: TButton
  90.     Left = 416
  91.     Top = 176
  92.     Width = 121
  93.     Height = 29
  94.     Caption = 'Remove &Public Key'
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 2
  101.     OnClick = Button1Click
  102.   end
  103.   object Button2: TButton
  104.     Left = 416
  105.     Top = 228
  106.     Width = 121
  107.     Height = 29
  108.     Caption = 'Remove &Secret Key'
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 3
  115.     OnClick = Button2Click
  116.   end
  117.   object Button3: TButton
  118.     Left = 428
  119.     Top = 288
  120.     Width = 97
  121.     Height = 65
  122.     Caption = 'E&xit'
  123.     Font.Color = clBlack
  124.     Font.Height = -19
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 4
  129.     OnClick = Button3Click
  130.   end
  131. end
  132.